Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh
/
[androidJvm]NodeRemoteHardwarePinKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
node
Num
Link copied to clipboard
@get:
JvmName
(
name
=
"getNodeNum"
)
@set:
JvmName
(
name
=
"setNodeNum"
)
var
nodeNum
:
Int
uint32 node_num = 1;
pin
Link copied to clipboard
@get:
JvmName
(
name
=
"getPin"
)
@set:
JvmName
(
name
=
"setPin"
)
var
pin
:
ModuleConfigProtos.RemoteHardwarePin
.meshtastic.RemoteHardwarePin pin = 2;
pin
Or
Null
Link copied to clipboard
val
NodeRemoteHardwarePinKt.Dsl
.
pinOrNull
:
ModuleConfigProtos.RemoteHardwarePin
?
Functions
clear
Node
Num
Link copied to clipboard
fun
clearNodeNum
(
)
uint32 node_num = 1;
clear
Pin
Link copied to clipboard
fun
clearPin
(
)
.meshtastic.RemoteHardwarePin pin = 2;
has
Pin
Link copied to clipboard
fun
hasPin
(
)
:
Boolean
.meshtastic.RemoteHardwarePin pin = 2;